CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - NAT 穿透

搜索资源列表

  1. P2P

    0下载:
  2. P2p程序穿透NAT(udp),适用于两个内网间的通信-P2p program through NAT (udp)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-14
    • 文件大小:3897752
    • 提供者:潘建军
  1. vc_nat_pc2pc

    0下载:
  2. 两个在nat后的pc可以直接通讯 MakeTCPHoleNattcp穿透nat的程序代码,是两个在nat后的pc可以直接通讯 -Two in the post-nat pc can communicate directly MakeTCPHoleNattcp through nat the program code is after two in the nat pc can communicate directly
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-03
    • 文件大小:88768
    • 提供者:euths
  1. P2P

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码)-Of UDP through NAT P2P Theory and Implementation (with source code)
  3. 所属分类:P2P

    • 发布日期:2017-05-16
    • 文件大小:4586740
    • 提供者:lizy
  1. UDP_MakeHole

    0下载:
  2. udp 穿透, 传透NAT,打洞。不仅有文档的介绍,将原理介绍清楚,而且有可以直接运行的源码。学习udp打洞的好资料。-udp penetrate, pass through the NAT, holes. Not only describes the document will introduce a clear principle, but also can run the source code. Good information to learn udp hole punching.
  3. 所属分类:P2P

    • 发布日期:2017-05-20
    • 文件大小:6124096
    • 提供者:ren
  1. MakeTCPHole

    0下载:
  2. Windows下实现TCP穿透NAT,P2P技术的应用-TCP through NAT
  3. 所属分类:P2P

    • 发布日期:2017-03-28
    • 文件大小:156561
    • 提供者:陈湫
  1. PeerToPeer

    0下载:
  2. 本程序使用Delphi实现点对点通讯程序。通过UDP来实现穿透NAT的点对点通讯,程序还需改进。-This program uses Delphi to achieve point to point communication program. UDP through NAT achieved by point to point communication, the program needs to improve.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:820548
    • 提供者:常伟
  1. P2PServer

    0下载:
  2. 这是P2P编程的UDP NAT穿透实现的服务器端,可以参考修改。-This is the UDP NAT P2P program implemented through the server, you can refer to changes.
  3. 所属分类:P2P

    • 发布日期:2017-04-01
    • 文件大小:2940
    • 提供者:leo
  1. P2PClient

    0下载:
  2. 这是P2P网络编程的NAT穿透客户端的实现,可以作为参考并修改。-This is a P2P network programming through NAT client implementation, can serve as a reference and modified.
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:5056
    • 提供者:leo
  1. p2px_1_0_1.tar

    1下载:
  2. P2PX是一个开源的P2P点对点音视频、文件通讯传输开发套件;包括跨平台可部署服务端程序,和客户端开发组件; P2PX实现NAT点对点的穿透,支持音视频传输,文件传输等功能。 使用标准RTP实时流媒体传输协议,MPEG4视频编码格式,局域网内点对点传输达到2-3M/秒传输速度,支持多文件发送。-P2PX is an open source P2P peer audio and video, file transfer communications Development Kit includi
  3. 所属分类:P2P

  1. javaServer._d9soft

    0下载:
  2. java视频采集会议服务器端代码,根据自定义的协议能够穿透nat。-java video capture
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3119779
    • 提供者:郭清
  1. P2P

    0下载:
  2. P2P之UDP穿透NAT的原理与实现,请参阅压缩包内txt文件-Of UDP through NAT P2P and implementation of the principle, see txt file inside the archive
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:10383
    • 提供者:zhtm
  1. P2P

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码)
  3. 所属分类:P2P

    • 发布日期:2017-04-06
    • 文件大小:30901
    • 提供者:
  1. P2P

    0下载:
  2. VC++ 局域网UDP穿透NAT(P2P)的原理及源代码-VC++ LAN UDP through NAT (P2P) principle and source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:19970
    • 提供者:
  1. p2p

    0下载:
  2. 利用UDP协议穿透NAT代理的P2P设计与应用-The design and application for passing NAT agent by UDP protocol
  3. 所属分类:P2P

    • 发布日期:2014-12-11
    • 文件大小:3329024
    • 提供者:lunan
  1. P2P_by_shootingstars

    0下载:
  2. 一个C++使用UDP穿透NAT.由于UDP的无连接的,所以需要自己维护连接的代码,已通过测试-A C++ using UDP through NAT. Because the non-connected UDP, so it is necessary to maintain their own connection code has been tested
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:28715
    • 提供者:tianzi
  1. p2p_bypass_NAT

    0下载:
  2. P2P如何穿透NAT的程序代码,包括服务端和客户端-How P2P NAT traversal code, including server and client
  3. 所属分类:P2P

    • 发布日期:2017-03-26
    • 文件大小:7006
    • 提供者:tony
  1. P2P_by_shootingstars

    0下载:
  2. shootingstar的P2P,包括Client和Server,能穿透nat。-shootingstar of P2P, including Client and Server, can penetrate nat.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:31578
    • 提供者:lassry
  1. 201141822308740

    0下载:
  2. P2P之UDP穿透NAT的原理与实现--增强篇(附源代码)-Of UDP through NAT P2P and implementation of the principle- enhanced article (with source code)
  3. 所属分类:P2P

    • 发布日期:2017-04-08
    • 文件大小:32236
    • 提供者:opensj112
  1. SIP_cross_symmetricasymmetric_NAT

    0下载:
  2. 基于ICE方式SIP信令穿透Symmetric_NAT技术研究-SIP cross symmetric/asymmetric NAT
  3. 所属分类:VOIP program

    • 发布日期:2017-04-09
    • 文件大小:1128713
    • 提供者:清风寒
  1. P2PtoUDP

    0下载:
  2. 使用p2p原理,采用UDP协议穿透NAT的原理与实现,附加源代码-UDP
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:25604
    • 提供者:micklongen
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com